home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 28 / q28.d81 / t.video poker < prev    next >
Text File  |  2022-08-28  |  3KB  |  74 lines

  1.  
  2.  
  3.                            V I D E O   P O K E R
  4.  
  5.                           Program by Edward Rainey
  6.  
  7.                            Text by Fender Tucker
  8.  
  9.  
  10.     If your state has been bitten by the gambling bug you've probably seen
  11. Video Poker machines pop up in every nook, cranny and truck stop in town.
  12. And why not?  Adults need mindless electronic stimulation, too.  Back in
  13. the 50s when I was a kid there were pinball machines and pool tables --
  14. which were illegal for minors -- to separate the men from the boys.  But
  15. then somehow it was decided that pinball and pool weren't harmful to minors
  16. and so adults were driven away from the pool halls, which became "family
  17. billiard parlors".  Who wants to cuss and spit when there's a bunch of
  18. rugrats around?
  19.  
  20.     So here we go again, blurring the distinction between "adult" and
  21. "child" by bringing you VIDEO POKER on computer.  Since you can't really
  22. lose any money by playing on computer -- unless the computer is owned by a
  23. mercenary -- anyone can play this game.
  24.  
  25.     Ed Rainey wrote this program using Jon Mattson's CONTROL80-C which was
  26. published on LS 128 #22.  It's my favorite BASIC extension for the C-128
  27. and has a card font built in so it takes a lot of the work out of writing
  28. card games for the computer.  Ed is a relative newcomer to programming but
  29. has been published several times on LS 128 because he recognized how
  30. powerful CONTROL80-C is.
  31.  
  32.     VIDEO POKER works a lot like the gambling machines.  The game is five-
  33. card draw with one joker.  You are dealt five cards and you choose which
  34. ones you want to keep by pressing the 1 through 5 keys.  If you change your
  35. mind about a card, press that number again and it will be un-chosen.  When
  36. you are ready for your replacement cards, press SPACE.
  37.  
  38.     Your hand is evaluated (by Maurice Jones' nifty routine ported over
  39. from the C-64) and if you had a winning hand you are paid off.  Ed has kept
  40. the betting simple: you bet $1 per hand for 20 hands.  At that point, if
  41. you have made the top ten lst in winnings, you can enter your name on the
  42. list.
  43.  
  44.  
  45.  LOADSTAR and VEGAS ODDS
  46.  -----------------------
  47.  
  48.     Ed has provided two options for scoring.  The LOADSTAR odds are much
  49. "looser" than VEGAS odds and pay off more liberally.  If you can't build up
  50. a hefty bankroll by playing LOADSTAR odds, then you are undoubtedly lucky
  51. in love.  Using the VEGAS odds you have about as much chance of losing your
  52. shirt (virtually) as you do breaking the bank.  Start out with the LOADSTAR
  53. odds but don't consider yourself an Amarillo Slim until you make the high
  54. scores list using VEGAS odds.
  55.  
  56. NOTE: At the high scores screen you can clear the list if you wish.  Since
  57. it really isn't fair to compare LS odds scores against VEGAS odds scores,
  58. you may want to clear the scores when you change modes.
  59.  
  60.  
  61.  PROPOSITION
  62.  -----------
  63.  
  64.     VIDEO POKER plays a lot like the real machines but only for 5-Card Draw
  65. with one Joker (or JOKER POKER).  The machines often have about ten
  66. different poker varieties: Jacks or Better, Deuces Wild, Cajun Poker, etc.
  67. If anyone who understands and enjoys these varieties wants to take Ed's
  68. program and embellish it so that it offers a variety of games, you have
  69. Ed's and my complete blessing.  Send it to me and you can bet it'll look
  70. good on a future LS 128.
  71.  
  72.                        \\\\\ RETURN - Menu \\\\\
  73.  
  74.